home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / ncr.defs < prev    next >
Text File  |  1991-05-22  |  745b  |  34 lines

  1. LBINDIR=/usr/local/bin
  2. SHELL=/bin/sh
  3. OFLAG    =  -g 
  4. LIBS    = -lm 
  5. # define this to be empty if you want to save space
  6. ODIR_DEBUG= -g
  7.  
  8. # For various system V 386 machines.
  9.  
  10. # CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o 
  11. CC = cc -I$(AKCLDIR)/o -DVOL= -Bstatic
  12. # LDCC= cc /usr/local/lib/gcc-gnulib
  13. LDCC= cc  /usr/local/lib/gcc-gnulib
  14.  
  15. MAINDIR = /home/schelter/kcl
  16. CFLAGS    = -c $(DEFS)  -I../h
  17.  
  18. # The fast loading currently works for ATT and BSD with 68000 or 386
  19. # architectures.  Unless you have these, leave these undefined.
  20. # RSYM    = rsym
  21. #SFASL    = $(ODIR)/sfasl.o
  22.  
  23. #:MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
  24.  
  25. # When using SFASL it is good to have (si::build-symbol-table)
  26. # INITFORM=(si::build-symbol-table)
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.